home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tlxutl10.zip / TFE.SLT < prev   
Text File  |  1991-01-25  |  386b  |  14 lines

  1. // A simillar script to this is found in the TFE documentation
  2. // however the NEWDIR line has been added to ensure that you are in the
  3. // current directory. If this was not done then if you were in a different
  4. // directory TFE would not be able to find TELIX.FON
  5.  
  6. main()
  7.  
  8. {
  9.   LOADFON("TFE.DUD");
  10.   NEWDIR(_telix_dir);
  11.   RUN ("TFE","TELIX.FON",0);
  12.   LOADFON("TELIX.FON");
  13. }
  14.